net/http.http2clientStream.reqBodyClosed (field)

11 uses

	net/http (current package)
		h2_bundle.go#L7466: 	reqBodyClosed        chan struct{} // guarded by cc.mu; non-nil on Close, closed when done
		h2_bundle.go#L7520: 	if cs.reqBody != nil && cs.reqBodyClosed == nil {
		h2_bundle.go#L7527: 	if cs.reqBodyClosed != nil {
		h2_bundle.go#L7530: 	cs.reqBodyClosed = make(chan struct{})
		h2_bundle.go#L7531: 	reqBodyClosed := cs.reqBodyClosed
		h2_bundle.go#L8359: 		bodyClosed := cs.reqBodyClosed
		h2_bundle.go#L8628: 	if cs.reqBody != nil && cs.reqBodyClosed == nil {
		h2_bundle.go#L8630: 		cs.reqBodyClosed = make(chan struct{})
		h2_bundle.go#L8632: 	bodyClosed := cs.reqBodyClosed
		h2_bundle.go#L8819: 			bodyClosed := cs.reqBodyClosed != nil
		h2_bundle.go#L8914: 		if cs.reqBodyClosed != nil {